Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update scripts/configs for Windows nightly/release builds. #3040

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented Dec 19, 2024

Update scripts/configs for Windows nightly/release builds.

set -u (does not allow unbound variables) has been removed from all scripts.
This is due to Docker on Windows treating variables in an env file,
set to an empty value (MY_VAR=), as unbound variables. Consequently,
these variables, even though they are "set", do not make it into the Docker
container at all, and various checks for those variables fail outright.

@copybara-service copybara-service bot force-pushed the test_702368570 branch 5 times, most recently from a359454 to 764ab06 Compare December 23, 2024 17:12
@copybara-service copybara-service bot force-pushed the test_702368570 branch 3 times, most recently from 4ba88f6 to b64d47d Compare January 6, 2025 17:18
`set -u` (does not allow unbound variables) has been removed from all scripts.
This is due to Docker on Windows treating variables in an env file,
set to an empty value (`MY_VAR=`), as unbound variables. Consequently,
these variables, even though they are "set", do not make it into the Docker
container at all, and various checks for those variables fail outright.

PiperOrigin-RevId: 702368570
@copybara-service copybara-service bot changed the title Add Win 2022 config. Update scripts/configs for Windows nightly/release builds. Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant